home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / fractals / _martin / _help < prev    next >
Encoding:
Text File  |  1992-05-07  |  840 b   |  20 lines

  1. Help file for !Martin v1.0
  2.  
  3. !Martin uses the algorithm discovered by the man of the same name - Dr Barry
  4. Martin, and was originally published in the Scientific American. I gather it
  5. works due to rounding errors caused by the use of floating point numbers.
  6. These numbers are only stored approximately by the programming language /
  7. computer, and thus errors gradually creep in by the repeated calculation.
  8.  
  9. Performing the same calculation using a different floating point mechanism
  10. will produce different results.
  11.  
  12. The key to the routine is the SGN term - without it nothing spectacular
  13. happens. You can try different calculations to produce a similar effect.
  14.  
  15. The amazing thing about the routine is its simplicity and speed. In fact you
  16. can reduce this program to just 1 line of BASIC code!
  17.  
  18. Mike Curnow,
  19. Archimedes Fractal Group,
  20. April 1991